home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / sw10b132.zip / SW10B132.EXE / README.TXT < prev    next >
Text File  |  1995-11-27  |  3KB  |  81 lines

  1.      
  2.                  NETWORK PLAYER - README.TXT
  3.      
  4.  
  5.      
  6.        This file outlines the drop dead date, general 
  7.        notes, system requirements, known problems with 
  8.        workarounds, and known problems without workarounds.
  9.  
  10.      DROP DEAD DATE:
  11.  
  12.        The Shockwave for Director Plug-In will stop working 
  13.        after January 31, 1996.
  14.  
  15.      GENERAL NOTES:
  16.    
  17.        Macromedia's Network Player is a Director 4.0.4 
  18.        compatible Windows playback application.
  19.      
  20.        Copyright (c) 1995 Macromedia.  All rights reserved.  
  21.        The Windows Reference Player is the property of Macromedia 
  22.        and may not be altered, reproduced or copied in any way, 
  23.        shape or form without prior written consent from Macromedia.
  24.  
  25.      
  26.      SYSTEM REQUIREMENTS:
  27.      
  28.        Hardware: IBM compatible PC:
  29.                  - Intel 80386-25 Mhz 
  30.                  - VGA
  31.                  - 5 MB free disk space
  32.                  - 8 MB RAM
  33.      
  34.        Software: Microsoft DOS 6.00.
  35.                  Microsoft Windows 3.1x.
  36.                  Microsoft Windows 95
  37.                  
  38.        Netscape: Beta 3                
  39.      
  40.      
  41.      KNOWN PROBLEMS WITH WORKAROUNDS:
  42.      
  43.        - Functionality may vary when running in anything other than
  44.          8 bit screen depth (256 colors).
  45.          Workaround: Run in 8 bit screen depth (256 colors).
  46.        - If the Disk Cache is set to 0 (zero) size, movies will 
  47.          not play.
  48.        - Netscape may crash if the Disk Cache is not set high enough.
  49.          Workaround: Set Disk Cache to at least 5000k
  50.        - Resizing the Netscape window while a movie is playing may
  51.          result in orphaned movies that continue to play and will 
  52.          crash when you quit.
  53.          Workaround:  Avoid resizing a Netscape window while a 
  54.          movie is playing.  You may end up with an unattached movie 
  55.          that floats and will cause a crash when you quit the Navigator.
  56.      
  57.      KNOWN PROBLEMS WITHOUT WORKAROUNDS:
  58.      
  59.        - Shutting down or restarting the computer while a movie
  60.          is playing will crash Netscape.
  61.  
  62.  
  63.  
  64.  
  65. AUTHORS NOTES:
  66.  
  67. 1.  "NetAbort" does not actually stop the Navigator from delivering the current stream.
  68. However, the Plug-In ignores the rest of the data the Navigator downloads.
  69.  
  70. 2.  Attempting to embed the same Director movie multiple times in an HTML page does not work.
  71. You must make copies of the original movie for each instance.
  72.  
  73. 3.  The "GotoNetMovie" Lingo command now accepts an anchor in the URL.  This anchor is
  74. the name of a marker in the score of the movie referenced by the URL.  
  75. Example:
  76.  
  77. GotoNetMovie "http://somewhere.com/somemovie.dcr#mymarker"
  78.  
  79. This will make the movie, "somemovie.dcr" start playing on the frame marked, "mymarker".
  80.  
  81.